home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Testers
/
Channel Tester
< prev
next >
Wrap
Text File
|
1998-10-26
|
348b
|
24 lines
(def-orchestra 'orchestra
all-instruments (piano synth bass)
)
(def-section a
default
zone '(1/1)
tonality (activate-tonality (major c 4))
length '(1/16)
velocity '(64)
symbol '(a b c)
piano
channel 15
synth
channel 16
bass
channel 17
)
(midiport :modem)
(play-file-p "test5"
all-instruments '(a)
)